IsNumeric

Returns True or False to indicate if an expression is numeric.

Syntax

IsNumeric(Expression)

Arguments

Argument Description
Expression Expression to evaluate.

Return value

Value Description
True Expression is numeric.
False Expression is not numeric.

Example

IsNumeric(42)